home *** CD-ROM | disk | FTP | other *** search
- /*
- GEAbout.h
-
- Graphic Elements © 1994 About Box
-
- Copyright 1995 by Al Evans. All rights reserved.
-
- 6/11/95
-
- */
-
- #include "GraphElements.h"
-
- #define rAboutBox 10000
-
- #define aboutBoxPlane 20000
-
- #define aboutBoxID 'ABT '
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void PutUpAboutBox(GEWorldPtr world);
-
-
- #ifdef __cplusplus
- }
- #endif
-